home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenGL Superbible (2nd Edition)
/
OpenGL SuperBible e2.iso
/
tools
/
GLUT-3.7
/
PROGS
/
GAMEGLUT
/
Imakefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1998-08-12
|
186 b
|
15 lines
/* Copyright (c) Mark J. Kilgard, 1997. */
#include "../../Glut.cf"
TARGETS = asteroids
SRCS = asteroids.c
AllTarget($(TARGETS))
SimpleGlutProgramTarget(asteroids)
DependTarget()